Graph Processor
constructor(discoveryPlugin: AbstractDiscoveryPlugin<*>, logger: AbstractLogger = DefaultGraphLogger(), fragmentPatcher: FragmentPatcher = FragmentPatcher(
defaultExtension = discoveryPlugin.targetExtension,
logger = logger,
))
Parameters
discovery Plugin
A plugin which handles the discovery of .graphql files in this case we will be using AssetManagerDiscoveryPlugin